By default, tmap_mode is set to "plot".
tmap_mode
"plot"
tm_shape(uk_notsimplified) + tm_polygons()
Below is a UK mainland polygon and the points on a 20km grid. Set tmap_mode("view") for interactive mode.
tmap_mode("view")
## tmap mode set to interactive viewing